Real time Data
Real time data query of devices
The detailed information of real time device data can be found in Appendix [Real time Data]. The core information is as follows:
- Inverter status and real-time power related quantities
- Daily power generation and daily buy/sell electricity of an inverter
- Cumulative power generation and cumulative buy/sell electricity of an inverter
- Real time data of the battery connected to an inverter
- Inverter alarm information
- ...
✨ For Example
Request
curl --location -g '{{EU}}/device/queryDeviceRealtimeData?deviceSn=A112200162230146' \
--header 'token: xxxx'
Response
{
"errorCode": 0,
"info": null,
"body": {
"EbatteryDischargeDaily": 0.1,
"Vgrid_bc": 406.5,
"CreationDate": "2023-12-15 00:42:21 +0000",
"IChargingLimit": 50.0,
"BMSPackTemperature": 19.3,
"EmeterTotalSell": 0.9,
"Vpv10": 0.0,
"FaultArmFlag2": 0,
"Vgrid_PhaseC": 234.2,
"FaultArmFlag1": 0,
"Vgrid_PhaseB": 235.0,
"Vgrid_PhaseA": 233.7,
"PmeterPhaseA": -0.01,
"EloadUpDay": 0.1,
"Invt_B_P": 0.0,
"IDischargeLimit": 40.0,
"Ipv1": 0.0,
"Ipv2": 0.0,
"Ipv5": 93.0,
"Vgrid_ca": 405.3,
"Ipv6": 2000.0,
"Ipv3": 1999.1,
"Ipv4": 0.0,
"Ipv9": 0.0,
"Ipv7": 0.0,
"Ipv8": 0.0,
"Igrid_PhaseA": 0.0,
"Igrid_PhaseB": 0.0,
"Igrid_PhaseC": 0.0,
"ETotalLoadUplink": 98.8,
"WorkStatus2": 0,
"RTCTime": "--",
"Backup_C_F": 49.98,
"EbatterychargeDaily": 0.0,
"EbuyDay": 0.2,
"BUSVoltage": 531.0,
"TimeTotal": 801,
"Backup_C_V": 234.2,
"Temperature4": 28.4,
"Ipv10": 0.0,
"Backup_C_I": 0.3,
"Invt_A_P": 0.0,
"Backup_C_P": 0.0,
"Vgrid_ab": 405.3,
"SOC": 35.0,
"PmeterPhaseC": 0.0,
"PmeterPhaseB": -0.009,
"Temperature3": 15.5,
"FaultFlag2": 0,
"Temperature2": 19.9,
"FaultFlag3": 0,
"Temperature1": 28.4,
"SOH": 100.0,
"MinCellVoltage": 3.236,
"FaultFlag1": 0,
"ETotalbatteryCharge": 208.3,
"Pac": 0.0,
"EInverterUseDay": 0.0,
"BatteryStatus": 0,
"Battery_I": 0.0,
"ModelType": "Hybrid-10K",
"EtotalPv": 204.2,
"PmeterTotal": -0.019,
"Battery_P": 0.0,
"Battery_V": 154.9,
"MaxCellVoltage": 3.287,
"Backup_B_F": 49.83,
"Fgrid": 49.99,
"Backup_B_I": 0.2,
"INV_SN": "A112200162230146",
"EpvDay": 0.0,
"Backup_B_V": 236.3,
"EtotalInverterUse": 186.6,
"MasterSN": "--",
"Total_Backup_P": 0.0,
"EsellDay": 0.0,
"Backup_B_P": 0.0,
"Pload": 0.019,
"PpvInput": 0.0,
"Backup_A_F": 49.94,
"Backup_A_I": 0.2,
"EmeterTotalBuy": 10.42,
"Backup_A_V": 234.1,
"Invt_C_P": -0.001,
"WorkStatus": 1,
"Backup_A_P": 0.0,
"ETotalbatteryDischarge": 171.8,
"MeterStatus": 1,
"Vpv4": 2000.0,
"Vpv5": 298.8,
"Vpv6": 0.0,
"Vpv7": 0.0,
"Vpv8": 0.0,
"Vpv9": 0.0,
"Vpv1": 0.0,
"Vpv2": 0.0,
"Vpv3": 1999.0
},
"successful": true
}